home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 2.2 KB | 48 lines | [TEXT/ttxt] |
- This is a brief description of the files related to the tape measure
- accessory.
-
- To see the tape measure: Run tapetest.sxt or autofind.sxt
-
- (Note: You can use the tape measure accessory in the AutoFinder demo.
- Simply run autofind.sxt and use Command-Y (mac) or Control-Y
- (Windows) to access the 'Open Accessory' file panel. Then find
- and open the tape.sxa file. You could also double click on the
- tape.sxa file while AutoFinder is running, except it's fullscreen
- and you can't get to the desktop while AutoFinder is running.)
-
- To build a new tape measure: Run maketape.sx
-
- To build a new tape measure test: Run tapetest.sx
-
- File Descriptions:
-
- maketape.sx - Imports the media and creates the tape measure object.
- Uses tape.sx file.
- Creates the tape.sxa accessory container.
-
- tape.sx - Defines the classes necessary to create a Tape Measure.
- Uses the interfac.sxl library container defined in the
- "codesamp/autofind" folder.
- Creates the tape.sxl library container.
-
- tapetest.sx - Creates a simple test title container which can use the
- tape measure.
- Creates the tapetest.sxt title container.
-
- source folder - Contains all the above files.
-
- media folder - Contains the media for the tape measure object.
-
- interfac.sxl - *Copied from "codesamp/autofind" folder* Defines the
- accessory interface module. This interface can be used
- by new titles to allow an interface to the tape measure
- accessory. This file is built with the interfac.sx file
- located in "codesamp/autofind/source".
-
- (Note: This is a copy of the interfac.sxl file in the
- "codesamp/autofind" folder. Due to a bug in how
- cross-container references are handled, this file
- must exist in either theStartDir or the same
- directory as tapetest.sxt. That's why it is a
- copy of the one in the autofind folder.)
-